From e16d108b68be99def507643403d4ff3ce18c6f18 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Tue, 11 Aug 2020 14:05:58 +0000 Subject: [PATCH] Fix a string --- gtk/gtkgridlayout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgridlayout.c b/gtk/gtkgridlayout.c index 420b08d0ed..77cc7a4e38 100644 --- a/gtk/gtkgridlayout.c +++ b/gtk/gtkgridlayout.c @@ -165,7 +165,7 @@ gtk_grid_layout_child_class_init (GtkGridLayoutChildClass *klass) child_props[PROP_CHILD_COLUMN] = g_param_spec_int ("column", P_("Column"), - P_("The column place the child in"), + P_("The column to place the child in"), G_MININT, G_MAXINT, 0, GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY); -- 2.30.2